-
Notifications
You must be signed in to change notification settings - Fork 6
NIAD-3216: When DiagnosticReport doesn't contain a Specimen reference, we are sending a value of DUMMY #1326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| return nonFilingObservations; | ||
| } | ||
|
|
||
| private Specimen generateDummySpecimen(DiagnosticReport diagnosticReport) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're not using "DUMMY" anymore, should this be renamed as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @Jonopono123, that's a good suggestion, I will rename it
MartinWheelerMT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've approved this as it solves the scope of the ticket, however there a still a lot of places in codebase referring to the term DUMMY which I'd like to see removed also.
|
|



What
This PR is to implement the bug-fix raised in the ticket NIAD-3216.
When testing NIAD-3213, it was observed that SystemOne displays the "Specimen ID": of "DUMMY".
Why
This looks inappropriate within the patient's record. The logic is fine and so it will be changed to "Not present" instead.
Type of change
Checklist: